MqttClientProxyMessage


This message will be proxied over the PhoneAPI for the client to deliver to the MQTT server
Protobuf type meshtastic.MqttClientProxyMessage

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.MqttClientProxyMessageOrBuilder

This message will be proxied over the PhoneAPI for the client to deliver to the MQTT server
Protobuf type meshtastic.MqttClientProxyMessage
Link copied to clipboard
enum PayloadVariantCase : Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun getData(): ByteString

Bytes
bytes data = 2;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
Link copied to clipboard
open fun getRetained(): Boolean

Whether the message should be retained (or not)
bool retained = 4;
Link copied to clipboard
Link copied to clipboard
open fun getText(): String

Text
string text = 3;
Link copied to clipboard
open fun getTextBytes(): ByteString

Text
string text = 3;
Link copied to clipboard
open fun getTopic(): String

The MQTT topic this message will be sent /received on
string topic = 1;
Link copied to clipboard
open fun getTopicBytes(): ByteString

The MQTT topic this message will be sent /received on
string topic = 1;
Link copied to clipboard
open fun hasData(): Boolean

Bytes
bytes data = 2;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasText(): Boolean

Text
string text = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: ByteString): MeshProtos.MqttClientProxyMessage
open fun parseFrom(input: CodedInputStream): MeshProtos.MqttClientProxyMessage
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)